home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / wavy.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-10-08  |  865 b   |  18 lines

  1. <inkscape-extension>
  2.     <name>Function Plotter</name>
  3.     <id>org.ekips.filter.wavy</id>
  4.     <dependency type="executable" location="extensions">wavy.py</dependency>
  5.     <dependency type="executable" location="extensions">inkex.py</dependency>
  6.     <param name="periods" type="float" min="0.0" max="1000.0" gui-text="Periods (2*Pi each)">4.0</param>
  7.     <param name="samples" type="int" min="1" max="1000" gui-text="Nodes per period">8</param>
  8.     <param name="fofx" type="string" gui-text="Function">sin(x)</param>
  9.     <param name="fponum" type="boolean" gui-text="Calculate first derivative numerically">true</param>
  10.     <param name="fpofx" type="string" gui-text="First derivative">cos(x)</param>
  11.     <effect>
  12.         <object-type>rect</object-type>
  13.     </effect>
  14.     <script>
  15.         <command reldir="extensions" interpreter="python">wavy.py</command>
  16.     </script>
  17. </inkscape-extension>
  18.